home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sb_bust.swf / scripts / DefineButton2_252 / BUTTONCONDACTION on(rollOver).as
Text File  |  2006-07-26  |  156b  |  8 lines

  1. on(rollOver){
  2.    if(_parent._parent._parent.LockMsg._currentframe == 1)
  3.    {
  4.       _parent._parent._parent.LockMsg.play();
  5.    }
  6.    gotoAndStop(3);
  7. }
  8.